The following tables list the members exposed by MergedDataContext<T,TColumnType>.
| Name | Description | |
|---|---|---|
![]() | MergedDataContext<T,TColumnType> Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
![]() | Comparer | Gets the Comparer that will be used to perform the merging. |
![]() | MergedObject | The Object the merged operation is performed on. (Inherited from Infragistics.MergedDataContext) |
![]() | PropertyName | Gets the name of the property that data should be merged by. (Inherited from Infragistics.MergedDataContext) |
![]() | SortAscending | Gets/Sets the sort direction that should be applied to the field that the underlying data has been merged by. (Inherited from Infragistics.MergedDataContext) |
![]() | SortContext | Gets/Sets the CurrentSort that will be applied when the data is merged by a particular field. (Inherited from Infragistics.MergedDataContext) |
| Name | Description | |
|---|---|---|
![]() | Converter | Gets the System.Windows.Data.IValueConverter which will be used to evaluate the merge. |
![]() | ConverterParameter | The parameter applied to the Converter. |
![]() | Summaries | A collection of summaries that should be applied to each subset of merged groupings. |
![]() | TypedInfo | Gets/Sets the TypedInfo for the object. |
| Name | Description | |
|---|---|---|
![]() | AppendColumnInfoToRowInfo | Takes the given MergedColumnInfo, and determines if needs to create a new MergedRowInfo or use and existing one, then appends itself to that RowInfo |
![]() | Merge | Overloaded. Overridden. Merges the specified System.Linq.IQueryable by the property this data represents. |
![]() | OnGrouping | Invoked by the GroupBy query, this will recurse through all MergeDataContexts and Invoke their merge method. |